feat(mentoring): A skill and an agent in order to help juniors in their work by understanding result and by teaching them#825
Conversation
3f3c4e9 to
8a77907
Compare
b4006f0 to
10eb844
Compare
aaronpowell
left a comment
There was a problem hiding this comment.
it looks like you've branched off the main branch, not staged meaning you have all the materialised plugin files.
You can fix this with:
git fetch origin staged
git rebase --onto origin/staged origin/main <your branch name>
git push --force-with-leaseOr by using the script npm run plugin:clean
aa35aa3 to
474714d
Compare
33d275c to
7853661
Compare
aaronpowell
left a comment
There was a problem hiding this comment.
Looks like we've got some spelling issues picked up, and npm run build needs to be run to ensure that all the README files are up to date.
7853661 to
fd77431
Compare
|
Hum, thanks @aaronpowell ! Do you want me to correct the code spell issue ? |
|
Let's correct the issues. I understand the intent that you're going for here, but AI models are pretty solid when it comes to correcting terrible English spelling and grammar, so even if someone said "doesnt" the model would still determine that it matches "doesn't" |
01b38bb to
caeb4ea
Compare
feat: add Sensei Socratic mentor for junior developers feat: add Sensei Junior Mentor skill for Socratic mentoring of junior developers
caeb4ea to
6eea279
Compare
Hello, yes, it makes sense @aaronpowell Thanks, |
Pull Request Checklist
npm run buildand verified thatREADME.mdis up to date.Description
This PR adds a new mentoring-juniors skill and its companion agent to help junior developers learn and improve their coding practices through Socratic mentorship.
Skill:
skills/mentoring-juniors/The skill provides a comprehensive Socratic mentoring methodology:
I'm stuck,help me understand,ELI5, etc.)Agent:
agents/mentoring-juniors.agent.mdA companion agent that brings the same Socratic methodology directly into GitHub Copilot Chat:
gpt-4.1codebase,search,problems,editFiles,usages, and more@Sensei - Junior Mentorin Copilot ChatType of Contribution
Additional Notes
skills/mentoring-juniors/agents/mentoring-juniors.agent.mdnpm run skill:validatenpm run buildbash scripts/fix-line-endings.shBy submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.